func google.golang.org/protobuf/encoding/protojson.unmarshalInt
3 uses
google.golang.org/protobuf/encoding/protojson (current package)
decode.go#L301: if v, ok := unmarshalInt(tok, b32); ok {
decode.go#L306: if v, ok := unmarshalInt(tok, b64); ok {
decode.go#L352: func unmarshalInt(tok json.Token, bitSize int) (protoreflect.Value, bool) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)